As per example code of the tinyMCE, its convert all Textareas on the HTML pages into
WYSIWUG editor, which is really stupid stuff by them though.
I have searched a lot about allowing tinyMCE for particular Textareas on the page and its really a common discussion topic on the forum but I haven't got any satisfactory answer. I dont know why all answers are only for Dupal implementation grrrrrrrrr.
Then I looked into tiny_mce.js and I found something like "spefic_textarea" and I searched into tinyMCE manual for this keyword (http://wiki.moxiecode.com/index.php/Special:Search?ns100=1&ns106=1&ns108=1&search=specific_textareas&searchx=Search) and found some help.
Heres is code which will solve your problem.
tinyMCE.init({
// General options
mode : "exact",
elements : "textarea_id1,textarea_id2", // just pass the ID's of your textarea for which you
// want to add the editor
// Your code related other settings, keep it same
cheers..
16 comments:
very good post
i was in search of it
Vikrant,
ur great man.
saved a lot of time. :)
thanks, prolly saved me a buttload of time.
Great job! This help me to define what to do with texareas.
Thanks a lot!
Thank you so much...exactly what I was looking for!!
Thank you for this, it helped me a lot!
Thanks Vikrant, that was very helpful
Hi, vikrant,
it helped me a lot.. thanks
Excellent! I was wondering how this was done...
thanks a lot!
Thank you very much dear.
You really helped me.
Thanks Vikrant.......................
Thanks Vikrant
Excellent, thank you!
Its working I have already implemented on my website Openplus
with responsive file manager
I have struggled with the same problem. now fixed. Thanx Vikrant
Post a Comment